how to make image same size as text css

51

img {
    float: left;
    width:  100px;
    height: 100px;
    object-fit: cover;
}

Comments

Submit
0 Comments